Skip to content

Comments

Bump github.com/ethereum/go-ethereum from 1.14.11 to 1.15.11#16

Closed
dependabot[bot] wants to merge 1 commit intoMainfrom
dependabot/go_modules/github.com/ethereum/go-ethereum-1.15.11
Closed

Bump github.com/ethereum/go-ethereum from 1.14.11 to 1.15.11#16
dependabot[bot] wants to merge 1 commit intoMainfrom
dependabot/go_modules/github.com/ethereum/go-ethereum-1.15.11

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 6, 2025

Bumps github.com/ethereum/go-ethereum from 1.14.11 to 1.15.11.

Release notes

Sourced from github.com/ethereum/go-ethereum's releases.

Armored Compartments (v1.15.11)

This is a maintenance release, correcting issues with log and transaction indexing. Upgrading to this release is not required to follow the Pectra fork on mainnet, you can keep using v1.15.9 or v1.15.10, but we recommend you upgrade at your convenience to fix RPC issues.

All changes

  • A stall condition in eth_getTransactionByHash is resolved. (#31752)
  • Two bugs in the new log indexer are resolved. Note: upon upgrading, the log index will be rebuilt. (#31750, #31734)
  • Log indexing performance has been improved. (#31716)
  • eth_simulateV1 now correctly returns the transaction sender (from). (#31480)
  • A corner-case in eth_estimateGas related to floorDataGas is resolved. (#31735)
  • ethclient's BlockByNumber can now retrieve the pending block. (#31504)
  • geth init will once again exit when trying to re-initialize a database with an incompatible config. (#31743)
  • Transaction pool reorgs are slightly faster. (#31715)
  • A transaction pool data race in geth --dev mode is resolved. (#31758)

For a full rundown of the changes please consult the Geth 1.15.11 release milestone


As with all our previous releases, you can find the:

Omni-Capacitors (v1.15.10)

This is a bug-fix release that corrects an issue with the new log indexer and configures the beacon chain light client for the Electra fork on mainnet (we forgot about this in v1.15.9).

This release is also suitable for following the Pectra fork on Mainnet.

All changes

  • A deadlock condition in the log indexer is resolved. This only affected deployments of Geth in archive mode, and old databases still using LevelDB. (#31708)
  • The beacon chain light client is now configured for the Pectra fork on mainnet. (#31706)
  • The default block gas limit has been increased to 36M. (#31705)
  • ethclient now allows passing an EIP-7702 authorizationList to calls. (#31198)
  • A new RPC endpoint debug_setMemoryLimit has been added for tweaking Go garbage collector behavior. We do not recommended using this, it's just a facility for debugging Geth. (#31441)

For a full rundown of the changes please consult the Geth 1.15.10 release milestone


As with all our previous releases, you can find the:

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Summary by Sourcery

Upgrade go-ethereum dependency from version 1.14.11 to 1.15.11, incorporating various bug fixes and improvements

New Features:

  • Beacon chain light client configured for Pectra fork
  • RPC endpoint debug_setMemoryLimit added for debugging

Bug Fixes:

  • Resolved stall condition in eth_getTransactionByHash
  • Fixed log indexer bugs
  • Corrected transaction sender in eth_simulateV1
  • Fixed transaction pool data race in dev mode

Enhancements:

  • Increased default block gas limit to 36M
  • Improved log indexing performance
  • Faster transaction pool reorgs

Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.14.11 to 1.15.11.
- [Release notes](https://github.com/ethereum/go-ethereum/releases)
- [Commits](ethereum/go-ethereum@v1.14.11...v1.15.11)

---
updated-dependencies:
- dependency-name: github.com/ethereum/go-ethereum
  dependency-version: 1.15.11
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels May 6, 2025
@sourcery-ai
Copy link

sourcery-ai bot commented May 6, 2025

Reviewer's Guide

This pull request bumps the github.com/ethereum/go-ethereum dependency from version 1.14.11 to 1.15.11, incorporating bug fixes and performance improvements primarily related to log and transaction indexing.

File-Level Changes

Change Details Files
Bumped the go-ethereum dependency version.
  • Updated the required version of github.com/ethereum/go-ethereum in go.mod.
  • Updated checksums in go.sum to reflect the new dependency version and any changes in transitive dependencies.
  • Removed indirect dependencies no longer required.
  • Added new indirect dependencies required by the updated go-ethereum version.
  • Updated versions of several indirect dependencies pulled in by go-ethereum v1.15.11.
  • Updated github.com/holiman/uint256 version directly required by the project.
  • Removed github.com/gballet/go-libpcsclite indirect dependency.
  • Removed github.com/status-im/keycard-go indirect dependency.
  • Removed github.com/tyler-smith/go-bip39 indirect dependency.
  • Added github.com/pion/* related indirect dependencies.
  • Updated github.com/crate-crypto/go-eth-kzg and github.com/crate-crypto/go-ipa versions.
  • Updated github.com/ethereum/c-kzg-4844/v2 and github.com/ethereum/go-verkle versions.
  • Updated github.com/consensys/bavard and github.com/consensys/gnark-crypto versions.
  • Updated github.com/bits-and-blooms/bitset version.
  • Updated golang.org/x/time version.
  • Updated github.com/supranational/blst version.
  • Updated github.com/golang-jwt/jwt/v4 version.
go.mod
go.sum

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 27, 2025

Superseded by #19.

@dependabot dependabot bot closed this Jun 27, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/ethereum/go-ethereum-1.15.11 branch June 27, 2025 06:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

Development

Successfully merging this pull request may close these issues.

0 participants